-
-
Notifications
You must be signed in to change notification settings - Fork 108
c-searchで fixie アドレスを使用する #1603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応ありがとうございます!気になる部分があったのでコメントしました。 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございます🙏(こちらの対応すっかり見落としていました💦)
1点コメントしましたのでご確認をお願いします🙇♀️
ENV_FILE=".env" | ||
|
||
if [ ! -f "$ENV_FILE" ]; then | ||
echo "$ENV_FILE が見つかりません" | ||
exit 1 | ||
fi | ||
|
||
source "$ENV_FILE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIXIE_URL
が設定されているかどうかを確認したほうが良いかもですね😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございました!🙇♀️
レビューありがとうございました! |
cf. #1600
#1601 の対応と同様に、c-search 実行時もfixie アドレスを使用する様に更新しました🛠
各イベント管理サービスの group_id の取得方法 - how_to_add_dojo.md